Skip to main content
POST
/
api
/
v1
/
documents
/
{id}
/
signers
/
{signerId}
/
remind
[DEPRECATED] Send a reminder to a signer
curl --request POST \
  --url https://app.sajn.se/api/v1/documents/{id}/signers/{signerId}/remind \
  --header 'authorization: <authorization>'
{
  "success": true,
  "sentAt": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sajn.se/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string
required

Bearer token for API authentication

Path Parameters

id
string
required
signerId
string
required

Response

200

success
boolean
required

Whether the reminder was sent successfully

sentAt
any
required

Timestamp when the reminder was sent